projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
141ddc2
)
(temp_output_buffer_setup): Kill all local variables.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 24 Jun 2002 21:33:18 +0000
(21:33 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 24 Jun 2002 21:33:18 +0000
(21:33 +0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index c033f7574b0cb7c41e6da6cb2276f432c9f43f15..98a4c745a8824810464cd3e1634d60b3f74ae3c4 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-588,6
+588,7
@@
temp_output_buffer_setup (bufname)
Fset_buffer (Fget_buffer_create (build_string (bufname)));
+ Fkill_all_local_variables ();
current_buffer->directory = old->directory;
current_buffer->read_only = Qnil;
current_buffer->filename = Qnil;